go/types.Term.Tilde (method)

3 uses

	go/types (current package)
		union.go#L41: func (t *Term) Tilde() bool    { return t.tilde }

	golang.org/x/tools/internal/gcimporter
		iexport.go#L821: 			w.bool(term.Tilde())

	golang.org/x/tools/internal/typeparams
		normalize.go#L195: 				terms = termlist{{t.Tilde(), t.Type()}}